Đăng nhập Đăng ký

static variable nghĩa là gì

phát âm:
"static variable" câu
Bản dịchĐiện thoại
  • Từ điển kỹ thuật
    Lĩnh vực: toán & tin
    • biến tĩnh
  • static     ['stætiks/ (statical) /'stætiksəl] tính từ tĩnh, (thuộc) tĩnh học...
  • variable     (Econ) Biến số. variable variable ['veəriəbl] tính từ có thể...
Câu ví dụ
  • A static variable is initialized when the class is loaded by the JVM.
    Biến static được tạo ra khi lớp chứa đó được tải (load) bởi JVM.
  • There are three kinds of variables in Java: instance variables, class variables, and local variables.
     Biến trong Java có 3 loại: static variable, instance varible và local variable.
  • Static member can be a static variable or static method
    Static constructor được thực thi trước khi một static variable hay static method
  • Static member can be a static variable or static method
    Static constructor được thực thi trước khi một static variable hay static method
  • There is only one copy of a static variable and this copy is stored on the heap.
    Chỉ có duy nhất 1 phiên bản của biến static này và nó được lưu trong heap.
  • Value of static variable not changed even after initializing the child class in java?Next
    Giá trị của biến tĩnh không thay đổi ngay cả sau khi khởi tạo lớp con trong Java
  • Static variable gets memory only once in the class area at the time of class loading.
    Biến static lấy bộ nhớ chỉ một lần trong Class Area tại thời gian tải lớp đó.
  • The static variable gets memory only once in the class area at the time of class loading.
    Biến static lấy bộ nhớ chỉ một lần trong Class Area tại thời gian tải lớp đó.
  • The code sets localVariable2 to point to an object referenced by a static variable.
    Đoạn code làm cho localVariable2 trỏ đến 1 object được tham chiếu bởi 1 biến static.
  • Static variable are initialized only once in class area at the time of class loading
    Các biến static chỉ được khởi tạo duy nhất một lần tại thời điểm tải class.
  • thêm câu ví dụ:  1  2  3  4